Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    g(s(x))  → f(x)
2:    f(0)  → s(0)
3:    f(s(x))  → s(s(g(x)))
4:    g(0)  → 0
There are 2 dependency pairs:
5:    G(s(x))  → F(x)
6:    F(s(x))  → G(x)
The approximated dependency graph contains one SCC: {5,6}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006